home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Users Group Library 1996 July / C-C++ Users Group Library July 1996.iso / listings / v_13_08 / filename.txt < prev    next >
Encoding:
Text File  |  1995-07-11  |  4.9 KB  |  124 lines

  1. ************************* MASTER CODE ***************************************
  2.  
  3. The name of the first file in this disk's directory identifies the volume,
  4. issue number and revision of the disk. The format of this filename is:
  5.  
  6.     !CDmvvii.rrr
  7.  
  8. where
  9.  
  10.     ! = the '!' character
  11.     m =   C for C Users Journal, W for Windows/DOS Developer's Journal
  12.     vv =  volume
  13.     ii =  issue
  14.     rrr = revision (001 for initial release, 002 for next update, etc.)
  15.  
  16. The file UPDATE.DOC contains information about any additions or
  17. corrections to material on the disk since the original magazine
  18. publication.
  19.  
  20. If you have obtained this code from a floppy diskette or from CompuServe, the 
  21. headings under the column "FILENAME" represent the names of .ZIP files.  All 
  22. files listed under the filename are archived in the .ZIP file.
  23.  
  24. If you have obtained this code from UUNET, the headings under the column 
  25. "FILENAME" represent the names of subdirectories.  All files listed under the
  26. "filename" are included in a subdirectory of that name.
  27.  
  28. Keywords: Aug95 C C+ Geometric Fixed-Pnt Templates Conversion NetBios string
  29.  
  30. The code listings for the Aug 1995 issue of C/C++ Users Journal include
  31. source code for Dwayne Phillips' geometric image processing routines,
  32. Nathan Dwyer's fixed-Point C library for graphics applications, Dave
  33. Gottner's method of using templates without code bloat, Mark Beddow's
  34. RPC calls using NetBios, Also included are listings from P.J. Plauger's
  35. column, Standard C/C++, and Dan Saks' column, Stepping Up to C++.
  36. *************************  FILE DESCRIPTION **********************************
  37.  
  38. The following files are included in the disk:
  39.  
  40. FILENAME                AUTHOR-NAME     TITLE                          PAGE
  41. (Zip archive/
  42. subdirectory name)
  43. -------------------------------------------------------------------------------
  44. plauger                 P.J. Plauger    Standard C/C++: Implementing    8
  45.                     <string>
  46.  
  47.     traits.h     - listing 1, The struct string_char_traits<char>
  48.     basicstr.h   - listing 2, The template class basic_string
  49.  
  50. phillips                Dwayne Phillips Image Processing in C, Part 13: 23
  51.                     Geometric Operations
  52.  
  53.     geomfunc.c   - listing 1, The geometry function, which performs
  54.                   basic geometric operations
  55.     arotate.c    - listing 2, The arotate function, which can rotate an
  56.                   image about any point
  57.     bilinear.c   - listing 3, A function to perform bi-linear
  58.                   interpolation
  59.     geometry.c   - listing 4, A stand-alone program to perform
  60.                   geometric operations from the command
  61.                   line
  62.     
  63. phillip2                Dwayne Phillips Image Processing in C, Part 13:
  64.                     Geometric Operations
  65.  
  66.    Complete source listings
  67.  
  68. dwyer                   Nathan Dwyer    Fixed-Point C for Graphics      37
  69.                     Applications
  70.  
  71.     convert.c    - listing 1, Conversion functions
  72.     trig.c       - listing 2, Fixed-Point trig functions
  73.     cosgen.c     - listing 3, Cosine table generator
  74.     line.c       - listing 4, Floating and fixed-point line routines
  75.     iterline.c   - listing 5, Iterative, fixed-point line routine
  76.     test.c       - listing 6, Test program
  77.  
  78. dwyer2                  Nathan Dwyer    Fixed-Point C for Graphics
  79.                     Applications
  80.  
  81.     Complete source listings and executable file
  82.  
  83. gottner                 Dave Gottner    Templates Without Code Bloat    47
  84.  
  85.     hashmap.h    - listing 1, Defines map class
  86.     hashmap.cpp  - listing 2, Implementation of the map<> template
  87.     hashmap.cxx  - listing 3, Implementation of the VPmap class
  88.     test.cpp     - listing 4, A test program
  89.     
  90. beddow                  Mark Beddow     Remote Procedure Calls Using    67
  91.                     NetBios
  92.  
  93.     netbios.h    - listing 1, Include file for NetBios interface
  94.     rpc.c        - listing 2, RPC call functions for NetBios
  95.     netapi.c     - listing 3, NetBios API-related functions
  96.     transact.c   - listing 4, Transaction management functions
  97.     rpcexamp.c   - listing 5, RPC transaction example
  98.     
  99. saks                    Dan Saks        Stepping Up to C++: Other       81
  100.                     Assorted Changes, Part 2
  101.  
  102.     locstruc.cpp - listing 1, A suggested use for a struct definition
  103.                   local to a block
  104.     armexamp.cpp - listing 2, The ARM's example illustrating
  105.                   restrictions on member functions in local
  106.                   classes
  107.     insitu.h     - listing 3, A local class with a friend function
  108.                   defined in situ
  109.     correcti.h   - listing 4, Corrected listing 4 from "Mutable Class
  110.                   Members," CUJ, April 1995
  111.  
  112.  
  113. *******************************************************************************
  114.  
  115. If you have questions regarding to the disk, please call or write us.
  116.  
  117. -----------------------------------------------------------------------------
  118.                R&D Publications, Inc.
  119.             1601 W. 23rd St. Suite 200
  120.                 Lawrence, KS 66046
  121.                   (913) 841-1631
  122. -----------------------------------------------------------------------------
  123.  
  124.